home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c++
- Path: bath.ac.uk!ma2rct
- From: Rob Turner <ma2rct@bath.ac.uk>
- Subject: Union equivelant in C++
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- Sender: ma2rct@bath.ac.uk (Verified by Kerberos)
- Organization: Bath University
- Message-ID: <3130A7A2.404D@bath.ac.uk>
- X-Mailer: Mozilla 2.0GoldB1 (WinNT; I)
- Mime-Version: 1.0
- X-Nntp-Posting-Host: matemp-pc.maths.bath.ac.uk
- Date: Sun, 25 Feb 1996 18:17:41 GMT
-
- I need to store a data structure where there is more than one
- choice for what is stored.
-
- Effectively a structure of unions.
-
- Is there anything better than a union that is C++ specific.
-
- TIA
-
- Rob
-